home *** CD-ROM | disk | FTP | other *** search
Modula Definition | 1993-09-28 | 795 b | 28 lines |
- DEFINITION MODULE GetFile;
-
- (*
- * -------------------------------------------------------------------------
- *
- * :Module. GetFile
- * :Contents. interface to JaBa's GetFile-BOOPSI-Object
-
- * :Author. Reiner Nix
- * :Address. Geranienhof 2, 5000 Köln 71 Seeberg
- * :Address. rbnix@pool.informatik.rwth-aachen.de
- * :Language. Modula-2
- * :Translator. M2Amiga A-L V4.2d
- * :History. this interface is a direct descendent from the oberon interface
- * :History. GetFile.mod v1.0 by Kai Bolay [kai] 09-Apr-93 (Oberon)
- * :Imports. bases.o, boopsi.o
- * :Usage. import module and link with »-lfullpath/bases.o -lfullpath/boopsi.o«
- * -------------------------------------------------------------------------
- *)
-
- FROM IntuitionD IMPORT IClassPtr;
-
-
- VAR GetFileClass :IClassPtr;
-
-
- END GetFile.
-